Quellcode durchsuchen

fix recurring billing test, bump version

tags/v1.3.2
Jonathan Cobb vor 4 Jahren
Ursprung
Commit
c722f77206
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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 Datei anzeigen

@@ -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 Datei anzeigen

@@ -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…
Abbrechen
Speichern