-
Notifications
You must be signed in to change notification settings - Fork 10
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
Merge feature/button to master #272
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 359aacc - Browse repository at this point
Copy the full SHA 359aaccView commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 20051c4 - Browse repository at this point
Copy the full SHA 20051c4View commit details -
Add
api-plus
to set of valid hostsThis is required for the V3/Button functionality
Configuration menu - View commit details
-
Copy full SHA for f3d7b4e - Browse repository at this point
Copy the full SHA f3d7b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bce2e - Browse repository at this point
Copy the full SHA 84bce2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d27a831 - Browse repository at this point
Copy the full SHA d27a831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1fd8b - Browse repository at this point
Copy the full SHA 3f1fd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5981219 - Browse repository at this point
Copy the full SHA 5981219View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4763be - Browse repository at this point
Copy the full SHA f4763beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0b515 - Browse repository at this point
Copy the full SHA 6e0b515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5620f02 - Browse repository at this point
Copy the full SHA 5620f02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265a93c - Browse repository at this point
Copy the full SHA 265a93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f694936 - Browse repository at this point
Copy the full SHA f694936View commit details -
Configuration menu - View commit details
-
Copy full SHA for be3ef15 - Browse repository at this point
Copy the full SHA be3ef15View commit details -
Add Codable support to Configuration model
This is required now that the Afterpay SDK is interacting directly with the API rather than through a merchant API
Configuration menu - View commit details
-
Copy full SHA for 892f373 - Browse repository at this point
Copy the full SHA 892f373View commit details -
Add fetchMerchantConfiguration function
Previously, this object was retrieved via the merchant’s API. Now, we add an option to fetch it directly for V3 use
Configuration menu - View commit details
-
Copy full SHA for 73e8ed0 - Browse repository at this point
Copy the full SHA 73e8ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0cbd8 - Browse repository at this point
Copy the full SHA db0cbd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b23cd - Browse repository at this point
Copy the full SHA 10b23cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e4990 - Browse repository at this point
Copy the full SHA 82e4990View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac8fcf0 - Browse repository at this point
Copy the full SHA ac8fcf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbc548 - Browse repository at this point
Copy the full SHA 5cbc548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d89c0 - Browse repository at this point
Copy the full SHA 98d89c0View commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f02965d - Browse repository at this point
Copy the full SHA f02965dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dca600 - Browse repository at this point
Copy the full SHA 9dca600View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f6759 - Browse repository at this point
Copy the full SHA 59f6759View commit details -
Add ApiV3.request overload that returns a Void result
This is handy for cases where the response body is 204/empty but valid
Configuration menu - View commit details
-
Copy full SHA for 3e82f0a - Browse repository at this point
Copy the full SHA 3e82f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d469d51 - Browse repository at this point
Copy the full SHA d469d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 839a893 - Browse repository at this point
Copy the full SHA 839a893View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad12428 - Browse repository at this point
Copy the full SHA ad12428View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4184a - Browse repository at this point
Copy the full SHA 1d4184aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e892778 - Browse repository at this point
Copy the full SHA e892778View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa37c41 - Browse repository at this point
Copy the full SHA aa37c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ae69dc - Browse repository at this point
Copy the full SHA 9ae69dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for da139a4 - Browse repository at this point
Copy the full SHA da139a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e0326 - Browse repository at this point
Copy the full SHA 67e0326View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9785e9 - Browse repository at this point
Copy the full SHA d9785e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192b9db - Browse repository at this point
Copy the full SHA 192b9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c09a258 - Browse repository at this point
Copy the full SHA c09a258View commit details -
Change Checkout amount to use OrderTotal’s new
total
propertyPreviously, we were assuming that the Afterpay API would calculate the total from `amount`, `shippingAmount` and `taxAmount`. Now, we know that the two latter properties are for fraud prevention purposes, and that `amount` should always reflect the total that should be charged to the customer
Configuration menu - View commit details
-
Copy full SHA for 1bccb81 - Browse repository at this point
Copy the full SHA 1bccb81View commit details
Commits on Jul 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61a6e85 - Browse repository at this point
Copy the full SHA 61a6e85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcf296 - Browse repository at this point
Copy the full SHA 1fcf296View commit details -
Remove V3 functionality to cancel virtual cards
As requested by Vish Rathinavelu
Configuration menu - View commit details
-
Copy full SHA for 3af63f6 - Browse repository at this point
Copy the full SHA 3af63f6View commit details -
Remove V3references to
merchantPublicKey
This property is actually `shopDirectoryId`
Configuration menu - View commit details
-
Copy full SHA for 52b36fa - Browse repository at this point
Copy the full SHA 52b36faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff0178 - Browse repository at this point
Copy the full SHA 0ff0178View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab52fd4 - Browse repository at this point
Copy the full SHA ab52fd4View commit details -
Make
OrderTotal
explicit about passing in the full amount astotal
Previously, there was a certain level of ambiguity. Now, documentation informs the user that the `total` is required to be inclusive of `shipping` and `tax`
Configuration menu - View commit details
-
Copy full SHA for 4353634 - Browse repository at this point
Copy the full SHA 4353634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4843320 - Browse repository at this point
Copy the full SHA 4843320View commit details
Commits on Jul 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 922ad82 - Browse repository at this point
Copy the full SHA 922ad82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 110edc0 - Browse repository at this point
Copy the full SHA 110edc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for afcffe2 - Browse repository at this point
Copy the full SHA afcffe2View commit details
Commits on Aug 16, 2021
-
Rename PaymentButton.configuration to avoid name collision
Previously, PaymentButton had a private `configuration` property which contained an SVGConfiguration. That property name is used in iOS 15, so we cannot use it for our own private one. We can rename it to something unused, instead. We have renamed it to `svgConfiguration`.
Configuration menu - View commit details
-
Copy full SHA for d7deca2 - Browse repository at this point
Copy the full SHA d7deca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b2938 - Browse repository at this point
Copy the full SHA 13b2938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097bc8a - Browse repository at this point
Copy the full SHA 097bc8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ce28f - Browse repository at this point
Copy the full SHA 54ce28fView commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9531de7 - Browse repository at this point
Copy the full SHA 9531de7View commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96a7694 - Browse repository at this point
Copy the full SHA 96a7694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 121ae1e - Browse repository at this point
Copy the full SHA 121ae1eView commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f50ae9 - Browse repository at this point
Copy the full SHA 4f50ae9View commit details
Commits on Sep 30, 2021
-
Merge pull request #177 from apederson94/feature/button
fixed issue where SWXMLHash was being updated for cocoapods users above v5.0.1
Configuration menu - View commit details
-
Copy full SHA for 9e31fcf - Browse repository at this point
Copy the full SHA 9e31fcfView commit details
Commits on Oct 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a47d36b - Browse repository at this point
Copy the full SHA a47d36bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 679522f - Browse repository at this point
Copy the full SHA 679522fView commit details -
Update GitHub Actions Xcode to 12.5.1
GitHub Actions no longer supports Xcode 12.0. We will now use 12.5.1. Available options at the time of writing are: 13.0 (beta), 13.0, 12.5.1, 12.5, 12.4, 11.7. We chose 12.5.1 because 13 has been having stability issues for many people.
Configuration menu - View commit details
-
Copy full SHA for cd8dad2 - Browse repository at this point
Copy the full SHA cd8dad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95035a4 - Browse repository at this point
Copy the full SHA 95035a4View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bad4f44 - Browse repository at this point
Copy the full SHA bad4f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f27ef0 - Browse repository at this point
Copy the full SHA 9f27ef0View commit details
Commits on Mar 23, 2022
-
Merge pull request #206 from afterpay/maintenance/update-feature-butt…
…on-to-latest Maintenance: merge master to feature button
Configuration menu - View commit details
-
Copy full SHA for 06e9a43 - Browse repository at this point
Copy the full SHA 06e9a43View commit details
Commits on Apr 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f5d2a6a - Browse repository at this point
Copy the full SHA f5d2a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 237adcf - Browse repository at this point
Copy the full SHA 237adcfView commit details -
Merge pull request #210 from afterpay/maintenance/merge-master-to-fea…
…ture-button Maintenance: merge master to feature/button
Configuration menu - View commit details
-
Copy full SHA for 2a6273e - Browse repository at this point
Copy the full SHA 2a6273eView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9bd0d92 - Browse repository at this point
Copy the full SHA 9bd0d92View commit details -
Merge pull request #214 from afterpay/maintenance/merge-master-to-fea…
…ture-button maintenance: merge master to feature button
Configuration menu - View commit details
-
Copy full SHA for 731212f - Browse repository at this point
Copy the full SHA 731212fView commit details
Commits on Apr 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84e8080 - Browse repository at this point
Copy the full SHA 84e8080View commit details -
Merge pull request #217 from afterpay/maintenance/merge-master-to-fea…
…ture-button maintenance: merge master to feature button (v4.5.1)
Configuration menu - View commit details
-
Copy full SHA for 3726667 - Browse repository at this point
Copy the full SHA 3726667View commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58266bf - Browse repository at this point
Copy the full SHA 58266bfView commit details -
Merge pull request #220 from afterpay/maintenance/merge-master-4.5.2-…
…to-feature-button Maintenance: merge master 4.5.2 to feature button
Configuration menu - View commit details
-
Copy full SHA for 5f8caf2 - Browse repository at this point
Copy the full SHA 5f8caf2View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a552c4a - Browse repository at this point
Copy the full SHA a552c4aView commit details
Commits on Apr 26, 2022
-
Merge pull request #221 from afterpay/fix/feature-button-remove-group…
…ing-separator-from-amounts Remove grouping separator in sent amount for v3
Configuration menu - View commit details
-
Copy full SHA for 4cdd1c7 - Browse repository at this point
Copy the full SHA 4cdd1c7View commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1433d50 - Browse repository at this point
Copy the full SHA 1433d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd2f07 - Browse repository at this point
Copy the full SHA 2fd2f07View commit details -
Merge pull request #224 from afterpay/maintenance/merge-master-5.0.0-…
…to-feature-button Maintenance: merge master 5.0.0 to feature button
Configuration menu - View commit details
-
Copy full SHA for 11b814d - Browse repository at this point
Copy the full SHA 11b814dView commit details
Commits on Sep 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d7dfe96 - Browse repository at this point
Copy the full SHA d7dfe96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0852ba6 - Browse repository at this point
Copy the full SHA 0852ba6View commit details
Commits on Sep 9, 2022
-
Merge pull request #233 from afterpay/maintenance/merge-master-5.1.0-…
…to-feature-button [EIT-1947] Maintenance: merge master 5.1.0 to feature button
Configuration menu - View commit details
-
Copy full SHA for 8ae8240 - Browse repository at this point
Copy the full SHA 8ae8240View commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 901e659 - Browse repository at this point
Copy the full SHA 901e659View commit details
Commits on Oct 31, 2022
-
Merge pull request #239 from afterpay/maintenance/merge-master-5.2.0-…
…to-feature-button EIT-2198: Maintenance: merge master 5.2.0 to feature button
Configuration menu - View commit details
-
Copy full SHA for 90136c5 - Browse repository at this point
Copy the full SHA 90136c5View commit details
Commits on Mar 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b69241 - Browse repository at this point
Copy the full SHA 6b69241View commit details -
Merge pull request #248 from afterpay/maintenance/merge-master-5.3.0-…
…to-feature-button EIT-2574: Maintenance: merge master 5.3.0 to feature button
Configuration menu - View commit details
-
Copy full SHA for 47e5b96 - Browse repository at this point
Copy the full SHA 47e5b96View commit details
Commits on Jul 5, 2023
-
Merge branch 'master' into maintenance/merge-master-5.4.0-to-feature-…
…button * master: EIT-2966 - prepare for release 5.4.0 EIT-2917: update pages deploy deps EIT-2879 - use resource_bundles in podspec instead of resources EIT-2361 - add ability to set consumer locale EIT-2874 - typos and formatting of checkout-v1 docs EIT-2874 - revert change to docs for checkout V2 EIT-2828 - fix typo in docs EIT-2828 - update docs with checkout support EIT-2874 - update docs for redirect urls EIT-2872 - update documentation dependencies fix example app api endpoint for example server EIT-2872 - update project dependencies
Configuration menu - View commit details
-
Copy full SHA for 6017449 - Browse repository at this point
Copy the full SHA 6017449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edf9f5 - Browse repository at this point
Copy the full SHA 7edf9f5View commit details
Commits on Jul 6, 2023
-
Merge pull request #257 from afterpay/maintenance/merge-master-5.4.0-…
…to-feature-button EIT-2966: Merge master 5.4.0 to feature/button
Configuration menu - View commit details
-
Copy full SHA for d84ddc2 - Browse repository at this point
Copy the full SHA d84ddc2View commit details
Commits on Mar 1, 2024
-
Merge branch 'master' into maintenance/merge-master-5.5.0-to-feature-…
…button * master: EIT-3948 - prepare for release 5.5.0 feat: support consumerLocale in obj-c [EIT-3944] EIT-3043 - remove EU assets
Configuration menu - View commit details
-
Copy full SHA for 62d3048 - Browse repository at this point
Copy the full SHA 62d3048View commit details
Commits on Apr 26, 2024
-
Merge branch 'master' into maintenance/merge-master-5.6.0-to-feature-…
…button * master: chore: prepare release v5.6.0 (EIT-4065) ci: downgrade ci test simlator test: longer wait time fix(ci): revert simulator os fix(ci): github runner didn't have simulator version ci(fix): change the simulator version fix(ci): change dev directory in actions fix(obj-c): make static var optional (EIT-4059) fix(ci): address flaky test (json prop order) chore(ci): update test iphone chore(ci): update for latest runner feat(obj-c): add cash app methods (EIT-4059) feat: add collected data types to privacy manifest (EIT-4057) feat: add privacy manifest (EIT-4057)
Configuration menu - View commit details
-
Copy full SHA for 75fe447 - Browse repository at this point
Copy the full SHA 75fe447View commit details -
Merge pull request #265 from afterpay/maintenance/merge-master-5.6.0-…
…to-feature-button maintenance: merge master 5.6.0 to feature button
Configuration menu - View commit details
-
Copy full SHA for 682173f - Browse repository at this point
Copy the full SHA 682173fView commit details
Commits on Apr 29, 2024
-
Merge branch 'master' into maintenance/merge-master-5.6.1-to-feature-…
…button * master: chore: prepare release v5.6.1 (EIT-4073) fix(obj-c): make cashAppClientId public fix(docs): change px to rem for compatibility
Configuration menu - View commit details
-
Copy full SHA for a82b764 - Browse repository at this point
Copy the full SHA a82b764View commit details -
Merge pull request #269 from afterpay/maintenance/merge-master-5.6.1-…
…to-feature-button Maintenance/merge master 5.6.1 to feature button
Configuration menu - View commit details
-
Copy full SHA for 0a504ab - Browse repository at this point
Copy the full SHA 0a504abView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f68396 - Browse repository at this point
Copy the full SHA 4f68396View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38d4d4a - Browse repository at this point
Copy the full SHA 38d4d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 459d48b - Browse repository at this point
Copy the full SHA 459d48bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01a9ae1 - Browse repository at this point
Copy the full SHA 01a9ae1View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75cae89 - Browse repository at this point
Copy the full SHA 75cae89View commit details
Commits on Jun 6, 2024
-
Merge pull request #271 from afterpay/markmroz/button
Button with Cash App Pay
Configuration menu - View commit details
-
Copy full SHA for 211f56a - Browse repository at this point
Copy the full SHA 211f56aView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac75afb - Browse repository at this point
Copy the full SHA ac75afbView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7bffd9 - Browse repository at this point
Copy the full SHA a7bffd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ffeada - Browse repository at this point
Copy the full SHA 3ffeadaView commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 383d8a4 - Browse repository at this point
Copy the full SHA 383d8a4View commit details -
Merge pull request #273 from afterpay/markmroz/button-configs
V3Configs for Cash App Pay checkout
Configuration menu - View commit details
-
Copy full SHA for ceb7a38 - Browse repository at this point
Copy the full SHA ceb7a38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fcad6f - Browse repository at this point
Copy the full SHA 3fcad6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ccb1fd - Browse repository at this point
Copy the full SHA 5ccb1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39b231 - Browse repository at this point
Copy the full SHA a39b231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25714c3 - Browse repository at this point
Copy the full SHA 25714c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d047e - Browse repository at this point
Copy the full SHA 53d047eView commit details -
Merge branch 'master' into markmroz/feature-button-master
* master: docs: add checkout diagrams
Configuration menu - View commit details
-
Copy full SHA for ba3dd11 - Browse repository at this point
Copy the full SHA ba3dd11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e9b1d - Browse repository at this point
Copy the full SHA 71e9b1dView commit details