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

[pull] master from contributte:master #6

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2020

  1. update doc - required params (#73)

    closes #71
    JanHrivnak authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    49bdd37 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

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

Commits on Nov 8, 2020

  1. Added Apple Pay to payment instruments

    Trsak authored and f3l1x committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    01a960a View commit details
    Browse the repository at this point in the history
  2. Tests fix

    Trsak authored and f3l1x committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    7c1ed2a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Std [004]: kodiak

    f3l1x committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    4fca1fc View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    250cb2b View commit details
    Browse the repository at this point in the history
  2. update readme

    PavelJurasek committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    9ee2709 View commit details
    Browse the repository at this point in the history
  3. update docs

    PavelJurasek committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    d7605e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Add VUB_BANK back to SwiftCode constants (#80)

    * Add VUB_BANK back to SwiftCode constants
    
    "Všeobecná úverová banka" with key SUBASKBX is still in offical gopay documentation and works just fine
    https://doc.gopay.com/cs/#swift
    MichaelTichy222 authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    81d931b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

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

Commits on Apr 18, 2021

  1. Fix: item.amount must by "Total price of items in cents" (#83)

    * Fix: item.amount must by "Total price of items in cents"
    see docs: https://doc.gopay.com/en/#items
    
    * add whitespaces around *
    bohacf authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    0962266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c5166 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Fix partial capture (#85)

    * Fix partial capture of payment
    Add items as required param in captured payment
    
    * Modify test
    zingon authored May 6, 2021
    Configuration menu
    Copy the full SHA
    87a32c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

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

Commits on Jul 23, 2021

  1. Composer: homepage typo

    f3l1x committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a1d6a95 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Drop github funding

    f3l1x authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    b0f4035 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Readme: badges

    f3l1x authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3c75675 View commit details
    Browse the repository at this point in the history
  2. Makefile++

    f3l1x authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    26306bd View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. fixed GitHub Actions

    petrparolek authored and f3l1x committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    8650219 View commit details
    Browse the repository at this point in the history
  2. update composer to v2 in CI

    petrparolek authored and f3l1x committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    269b0fc View commit details
    Browse the repository at this point in the history
  3. upgrade PHPStan

    petrparolek authored and f3l1x committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    8125db7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

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

Commits on May 15, 2022

  1. Readme: typo [#91]

    f3l1x authored May 15, 2022
    Configuration menu
    Copy the full SHA
    76eb75d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

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

Commits on Sep 12, 2022

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

Commits on Sep 13, 2022

  1. Tests: fixup (#97)

    kotmic authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    71e3a1b View commit details
    Browse the repository at this point in the history
  2. Repo: modernize

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    e87e1e7 View commit details
    Browse the repository at this point in the history
  3. Phpstan: modernize

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fee1d14 View commit details
    Browse the repository at this point in the history
  4. CI: new workflows

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b8172a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef5080e View commit details
    Browse the repository at this point in the history
  6. Code: polished

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    16659c5 View commit details
    Browse the repository at this point in the history
  7. Readme++

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1df2575 View commit details
    Browse the repository at this point in the history
  8. Tests: fix cases

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2dde177 View commit details
    Browse the repository at this point in the history
  9. Composer: require nette/di 3.0+

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    b26ef83 View commit details
    Browse the repository at this point in the history
  10. Open v2.2.0

    f3l1x committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    42e731a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Mar 6, 2023

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