Bladeren bron

fix recurring billing test, bump version

tags/v1.3.2
Jonathan Cobb 4 jaren geleden
bovenliggende
commit
c722f77206
2 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties
  2. +2
    -2
      bubble-server/src/test/resources/models/tests/payment/recurring_billing.json

+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties Bestand weergeven

@@ -1 +1 @@
bubble.version=Adventure 1.2.7
bubble.version=Adventure 1.2.8

+ 2
- 2
bubble-server/src/test/resources/models/tests/payment/recurring_billing.json Bestand weergeven

@@ -358,8 +358,8 @@
},

{
"before": "fast_forward_and_bill 7d",
"comment": "5th fast-forward: fast-forward another +7 days, bill is still unpaid, bubble is stopped",
"before": "fast_forward_and_bill 8d",
"comment": "5th fast-forward: fast-forward another +8 days, bill is still unpaid, bubble is stopped",
"request": {
"session": "userSession",
"uri": "me/plans/{{accountPlan.uuid}}/bills"


Laden…
Annuleren
Opslaan