You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/payment-gateways.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -503,4 +503,4 @@ public function boot(): void
503
503
* Every payment gateway has a unique webhook URL...
504
504
* It takes the format of `/!/cargo/payments/gateway_handle/webhook`.
505
505
* Where possible, if your gateway supports it, we recommend separating the authorisation and capture steps of the payment.
506
-
* If you're in need of inspiration, feel free to look at Cargo's [Stripe](https://github.com/duncanmcclean/cargo/blob/main/src/Payments/Gateways/Stripe.php) and [Mollie](https://github.com/duncanmcclean/cargo/blob/main/src/Payments/Gateways/Mollie.php) payment gateways.
506
+
* If you're in need of inspiration, feel free to look at Cargo's [Stripe](https://github.com/duncanmcclean/cargo/blob/1.x/src/Payments/Gateways/Stripe.php) and [Mollie](https://github.com/duncanmcclean/cargo/blob/1.x/src/Payments/Gateways/Mollie.php) payment gateways.
Copy file name to clipboardExpand all lines: docs/frontend/json-api/endpoints.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Updates the customer's cart. You can post customer information, redeem a discoun
45
45
['key' => 'city', 'type' => 'string'],
46
46
['key' => 'postcode', 'type' => 'string'],
47
47
['key' => 'country', 'type' => 'string', 'description' => 'Must be in [ISO3](https://www.iso.org/obp/ui#iso:pub:PUB500001:en) format.'],
48
-
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/main/resources/json/states.json).'],
48
+
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/1.x/resources/json/states.json).'],
49
49
],
50
50
],
51
51
[
@@ -59,7 +59,7 @@ Updates the customer's cart. You can post customer information, redeem a discoun
59
59
['key' => 'city', 'type' => 'string'],
60
60
['key' => 'postcode', 'type' => 'string'],
61
61
['key' => 'country', 'type' => 'string', 'description' => 'Must be in [ISO3](https://www.iso.org/obp/ui#iso:pub:PUB500001:en) format.'],
62
-
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/main/resources/json/states.json).'],
62
+
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/1.x/resources/json/states.json).'],
63
63
],
64
64
],
65
65
['key' => '*', 'description' => 'Any other fields defined in your [order blueprint](/docs/orders#blueprint).'],
Copy file name to clipboardExpand all lines: docs/frontend/tags/cart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ This form supports the following fields:
377
377
['key' => 'city', 'type' => 'string'],
378
378
['key' => 'postcode', 'type' => 'string'],
379
379
['key' => 'country', 'type' => 'string', 'description' => 'Must be in [ISO3](https://www.iso.org/obp/ui#iso:pub:PUB500001:en) format.'],
380
-
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/main/resources/json/states.json).'],
380
+
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/1.x/resources/json/states.json).'],
381
381
],
382
382
],
383
383
[
@@ -391,7 +391,7 @@ This form supports the following fields:
391
391
['key' => 'city', 'type' => 'string'],
392
392
['key' => 'postcode', 'type' => 'string'],
393
393
['key' => 'country', 'type' => 'string', 'description' => 'Must be in [ISO3](https://www.iso.org/obp/ui#iso:pub:PUB500001:en) format.'],
394
-
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/main/resources/json/states.json).'],
394
+
['key' => 'state', 'type' => 'string', 'description' => 'Must match one of the states in [Cargo\'s `states.json` file](https://github.com/duncanmcclean/statamic-cargo/blob/1.x/resources/json/states.json).'],
395
395
],
396
396
],
397
397
['key' => '*', 'description' => 'Any other fields defined in your [order blueprint](/docs/orders#blueprint).'],
0 commit comments