Skip to content

Commit bf7fff3

Browse files
committed
Update branch in GitHub links
1 parent 01e14e0 commit bf7fff3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/docs/payment-gateways.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,4 +503,4 @@ public function boot(): void
503503
* Every payment gateway has a unique webhook URL...
504504
* It takes the format of `/!/cargo/payments/gateway_handle/webhook`.
505505
* 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.

docs/frontend/json-api/endpoints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Updates the customer's cart. You can post customer information, redeem a discoun
4545
['key' => 'city', 'type' => 'string'],
4646
['key' => 'postcode', 'type' => 'string'],
4747
['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).'],
4949
],
5050
],
5151
[
@@ -59,7 +59,7 @@ Updates the customer's cart. You can post customer information, redeem a discoun
5959
['key' => 'city', 'type' => 'string'],
6060
['key' => 'postcode', 'type' => 'string'],
6161
['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).'],
6363
],
6464
],
6565
['key' => '*', 'description' => 'Any other fields defined in your [order blueprint](/docs/orders#blueprint).'],

docs/frontend/tags/cart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ This form supports the following fields:
377377
['key' => 'city', 'type' => 'string'],
378378
['key' => 'postcode', 'type' => 'string'],
379379
['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).'],
381381
],
382382
],
383383
[
@@ -391,7 +391,7 @@ This form supports the following fields:
391391
['key' => 'city', 'type' => 'string'],
392392
['key' => 'postcode', 'type' => 'string'],
393393
['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).'],
395395
],
396396
],
397397
['key' => '*', 'description' => 'Any other fields defined in your [order blueprint](/docs/orders#blueprint).'],

0 commit comments

Comments
 (0)