Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from gocardless/gocardless-pro-php-template #190

Merged
merged 14 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
21527a2
Changes generated by da47f93c8f7c6727449bb4c10ef1585f13b6d0b6
gocardless-ci-robot[bot] May 30, 2024
146fa89
Changes generated by b3495bc9d2f6dc762e72d4fb2c20458772367a4f
gocardless-ci-robot[bot] May 30, 2024
025be15
Changes generated by 668f6f6068dcf3e1234b0834f39c370a11fb3888
gocardless-ci-robot[bot] Jun 5, 2024
d7b06b7
Changes generated by 4c8ee1fb21af18eedb462337614f9f551a13bd0c
gocardless-ci-robot[bot] Jun 10, 2024
dee1a77
Changes generated by c4e38dff6b14f33a766b66f253919d6bf93ca531
gocardless-ci-robot[bot] Jun 25, 2024
efcf299
Changes generated by 98efbc4ace29ee6fa008cd0f7e31145f29e05648
gocardless-ci-robot[bot] Jun 27, 2024
c6205d6
Changes generated by 52253f0d71614992e11b52e025ef682beb40c012
gocardless-ci-robot[bot] Jul 12, 2024
c9dccd8
Changes generated by 3db66f8876ea00b71ed7818f8e61872a9a984dbe
gocardless-ci-robot[bot] Jul 17, 2024
f18fa96
Changes generated by b1fabf6d7e49ab4588c6b726b8dc0ecbf69431a5
gocardless-ci-robot[bot] Jul 18, 2024
fb30d58
Changes generated by 2e92f201f55a17cf6100e6d145186a0ca57e2f99
gocardless-ci-robot[bot] Jul 23, 2024
72c6ceb
Changes generated by 2948b36d38b64b1992024967dd9db6cfa1aef4f6
gocardless-ci-robot[bot] Jul 26, 2024
411c463
Changes generated by aa4cbec30e45d359738061e94d8d43a65bb90767
gocardless-ci-robot[bot] Jul 31, 2024
18f3bdb
Changes generated by 9e29f374f322cb42e13232df3654665b41803595
gocardless-ci-robot[bot] Aug 2, 2024
c48d9a9
Changes generated by 693b95aa81539b3ac79ba4c6cc18ecbac9660cee
gocardless-ci-robot[bot] Aug 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changes generated by 52253f0d71614992e11b52e025ef682beb40c012
This commit was automatically created from gocardless/gocardless-pro-php-template@52253f0
by the `push-files` action.

Workflow run: https://github.com/gocardless/gocardless-pro-php-template/actions/runs/9908684229
gocardless-ci-robot[bot] committed Jul 12, 2024
commit c6205d6737935a3cf2617218a967a14bb66ac26d
4 changes: 2 additions & 2 deletions tests/fixtures/bank_authorisations.json
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
"method": "POST",
"path_template": "/bank_authorisations",
"url_params": {},
"body": {"bank_authorisations":{"authorisation_type":"example authorisation_type 8081","authorised_at":"2020-01-01T12:00:00.000Z","created_at":"2024-06-27T14:15:33.862Z","expires_at":"2024-06-27T14:15:33.862Z","id":"BAU123","last_visited_at":"2020-01-01T12:00:00.000Z","links":{"billing_request":"BRQ123","institution":"monzo"},"qr_code_url":"https://pay.gocardless.com/obauth/BAU123/qr_code","redirect_uri":"https://my-website.com/abc/callback","url":"https://pay.gocardless.com/obauth/BAU123"}}
"body": {"bank_authorisations":{"authorisation_type":"example authorisation_type 8081","authorised_at":"2020-01-01T12:00:00.000Z","created_at":"2024-07-12T13:29:23.353Z","expires_at":"2024-07-12T13:29:23.353Z","id":"BAU123","last_visited_at":"2020-01-01T12:00:00.000Z","links":{"billing_request":"BRQ123","institution":"monzo"},"qr_code_url":"https://pay.gocardless.com/obauth/BAU123/qr_code","redirect_uri":"https://my-website.com/abc/callback","url":"https://pay.gocardless.com/obauth/BAU123"}}
},
"get": {
"method": "GET",
"path_template": "/bank_authorisations/:identity",
"url_params": {"identity": "BAU123"},
"body": {"bank_authorisations":{"authorisation_type":"example authorisation_type 7887","authorised_at":"2020-01-01T12:00:00.000Z","created_at":"2024-06-27T14:15:33.862Z","expires_at":"2024-06-27T14:15:33.862Z","id":"BAU123","last_visited_at":"2020-01-01T12:00:00.000Z","links":{"billing_request":"BRQ123","institution":"monzo"},"qr_code_url":"https://pay.gocardless.com/obauth/BAU123/qr_code","redirect_uri":"https://my-website.com/abc/callback","url":"https://pay.gocardless.com/obauth/BAU123"}}
"body": {"bank_authorisations":{"authorisation_type":"example authorisation_type 7887","authorised_at":"2020-01-01T12:00:00.000Z","created_at":"2024-07-12T13:29:23.353Z","expires_at":"2024-07-12T13:29:23.353Z","id":"BAU123","last_visited_at":"2020-01-01T12:00:00.000Z","links":{"billing_request":"BRQ123","institution":"monzo"},"qr_code_url":"https://pay.gocardless.com/obauth/BAU123/qr_code","redirect_uri":"https://my-website.com/abc/callback","url":"https://pay.gocardless.com/obauth/BAU123"}}
}
}

4 changes: 2 additions & 2 deletions tests/fixtures/billing_request_flows.json
Original file line number Diff line number Diff line change
@@ -3,13 +3,13 @@
"method": "POST",
"path_template": "/billing_request_flows",
"url_params": {},
"body": {"billing_request_flows":{"authorisation_url":"https://monzo.com/abc-123-things","auto_fulfil":true,"created_at":"2024-06-27T14:15:33.867Z","customer_details_captured":false,"exit_uri":"https://my-website.com/abc/callback","expires_at":"2024-06-27T14:15:33.866Z","id":"BRF123","language":"en","links":{"billing_request":"BRQ123"},"lock_bank_account":false,"lock_currency":true,"lock_customer_details":false,"prefilled_bank_account":{"account_type":"savings"},"prefilled_customer":{"address_line1":"221B Baker Street","address_line2":"Marylebone","address_line3":"City of Westminster","city":"London","company_name":"Hamilton Trading Ltd.","country_code":"GB","danish_identity_number":"220550-6218","email":"user@example.com","family_name":"Osborne","given_name":"Frank","postal_code":"NW1 6XE","region":"Greater London","swedish_identity_number":"556564-5404"},"redirect_uri":"https://my-website.com/abc/callback","session_token":"sesh_123","show_redirect_buttons":true,"show_success_redirect_button":true}}
"body": {"billing_request_flows":{"authorisation_url":"https://monzo.com/abc-123-things","auto_fulfil":true,"created_at":"2024-07-12T13:29:23.360Z","customer_details_captured":true,"exit_uri":"https://my-website.com/abc/callback","expires_at":"2024-07-12T13:29:23.360Z","id":"BRF123","language":"en","links":{"billing_request":"BRQ123"},"lock_bank_account":false,"lock_currency":false,"lock_customer_details":false,"prefilled_bank_account":{"account_type":"savings"},"prefilled_customer":{"address_line1":"221B Baker Street","address_line2":"Marylebone","address_line3":"City of Westminster","city":"London","company_name":"Hamilton Trading Ltd.","country_code":"GB","danish_identity_number":"220550-6218","email":"user@example.com","family_name":"Osborne","given_name":"Frank","postal_code":"NW1 6XE","region":"Greater London","swedish_identity_number":"556564-5404"},"redirect_uri":"https://my-website.com/abc/callback","session_token":"sesh_123","show_redirect_buttons":true,"show_success_redirect_button":true}}
},
"initialise": {
"method": "POST",
"path_template": "/billing_request_flows/:identity/actions/initialise",
"url_params": {"identity": "BRF123"},
"body": {"billing_request_flows":{"authorisation_url":"https://monzo.com/abc-123-things","auto_fulfil":true,"created_at":"2024-06-27T14:15:33.867Z","customer_details_captured":true,"exit_uri":"https://my-website.com/abc/callback","expires_at":"2024-06-27T14:15:33.867Z","id":"BRF123","language":"en","links":{"billing_request":"BRQ123"},"lock_bank_account":true,"lock_currency":true,"lock_customer_details":false,"prefilled_bank_account":{"account_type":"savings"},"prefilled_customer":{"address_line1":"221B Baker Street","address_line2":"Marylebone","address_line3":"City of Westminster","city":"London","company_name":"Hamilton Trading Ltd.","country_code":"GB","danish_identity_number":"220550-6218","email":"user@example.com","family_name":"Osborne","given_name":"Frank","postal_code":"NW1 6XE","region":"Greater London","swedish_identity_number":"556564-5404"},"redirect_uri":"https://my-website.com/abc/callback","session_token":"sesh_123","show_redirect_buttons":true,"show_success_redirect_button":true}}
"body": {"billing_request_flows":{"authorisation_url":"https://monzo.com/abc-123-things","auto_fulfil":false,"created_at":"2024-07-12T13:29:23.360Z","customer_details_captured":true,"exit_uri":"https://my-website.com/abc/callback","expires_at":"2024-07-12T13:29:23.360Z","id":"BRF123","language":"en","links":{"billing_request":"BRQ123"},"lock_bank_account":true,"lock_currency":true,"lock_customer_details":true,"prefilled_bank_account":{"account_type":"savings"},"prefilled_customer":{"address_line1":"221B Baker Street","address_line2":"Marylebone","address_line3":"City of Westminster","city":"London","company_name":"Hamilton Trading Ltd.","country_code":"GB","danish_identity_number":"220550-6218","email":"user@example.com","family_name":"Osborne","given_name":"Frank","postal_code":"NW1 6XE","region":"Greater London","swedish_identity_number":"556564-5404"},"redirect_uri":"https://my-website.com/abc/callback","session_token":"sesh_123","show_redirect_buttons":true,"show_success_redirect_button":true}}
}
}

Loading