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

Merge Everything into Main #8

Merged
merged 8 commits into from
Aug 26, 2022
Merged

Merge Everything into Main #8

merged 8 commits into from
Aug 26, 2022

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    353121b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. feat: Plugin init + Setup Configurations (#1)

    Initialise plugin with required structure.
    Create structure to deal with Apple Pay. Despite being ready to deal with any kind of dictionary, provide an accelerator to read the configuration from the main bundle.
    Add Nimble and Quick through Cocoapods to use BDD for unit testing.
    OS-ricardomoreirasilva committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    0e06dfd View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. feat: Check Wallet and Payment Availability (#2)

    Add verification for wallet and payment availability. Payment verification is enhanced by also checking it against the configured payment networks and supported capabilities.
    OS-ricardomoreirasilva committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a39c32d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. feat: Set Details and Trigger Payment (#3)

    Configure the missing payment details and, by mixing it with the configuration info, trigger the payment request.
    OS-ricardomoreirasilva committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    db2df51 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. refactor: Add DocC documentation and minor fixes. (#4)

    Add DocC documentation.
    Add empty value check and mandatory fields when fetching configuration properties.
    OS-ricardomoreirasilva committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    c37435f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix: Payment Setup Verification Failed on Invalid Configuration (#5)

    Fix error when verifying payment setup on ReadyToPay method. If some payment network or merchant capabilities are missing, return the associated error.
    OS-ricardomoreirasilva committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    0232cc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. fix: Errors and Contact Management (#6)

    Clean errors and its codes and messages accordingly.
    New OSPMTContact struct that allows the management of the correct shipping and billing information to use on a payment request. This is required due to a limitation on OutSystems related with nullable lists.
    Change the OSPMTConfigurationDelegate to OSPMTConfigurationModel, in order to comply with the new OutSystems structure.
    Clean code (privatise local methods and make OSPMTPayment's delegate property weak, in order to avoid possible retain cycles).
    OS-ricardomoreirasilva committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    78504d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aca3ad View commit details
    Browse the repository at this point in the history