Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

alphagov/pay-connector

SandorArpa pushed 1 commit to PP-13276-refactor_worldpay_payment_handler_authorise alphagov/pay-connector
  • PP-13276 Refactor WorldpayAuthoriseHandler Refactor WorldpayAuthoriseHandler's authorise implementation 9353cff

View on GitHub

SandorArpa pushed 1 commit to PP-13276-refactor_worldpay_payment_handler_authorise alphagov/pay-connector
  • PP-13276 Refactor WorldpayAuthoriseHandler Refactor WorldpayAuthoriseHandler's authorise implementation 9d93403

View on GitHub

SandorArpa opened a draft pull request on alphagov/pay-connector
PP-13276 Refactor WorldpayAuthoriseHandler
## WHAT YOU DID Refactor WorldpayAuthoriseHandler's authorise implementation
SandorArpa created a branch on alphagov/pay-connector

PP-13276-refactor_worldpay_payment_handler_authorise - The Payments Connector in Java (Dropwizard)

github-actions[bot] created a tag on alphagov/pay-connector

alpha_release-3907 - The Payments Connector in Java (Dropwizard)

SandorArpa opened a draft pull request on alphagov/pay-connector
Revert "PP-13051 corporate exemption with Worldpay authorisation request"
Reverts alphagov/pay-connector#5582
SandorArpa created a branch on alphagov/pay-connector

revert-5582-PP-13051_corporate_exemption_with_worldpay_authorisation_request - The Payments Connector in Java (Dropwizard)

SandorArpa deleted a branch alphagov/pay-connector

PP-13051_corporate_exemption_with_worldpay_authorisation_request

SandorArpa pushed 7 commits to master alphagov/pay-connector
  • Send corporate exemption with Worldpay authorisation request for corporate cards if enabled bb275c7
  • PP-13051 Send corporate exemption with Worldpay authorisation request for corporate cards if enabled f8d2eba
  • Add tests for isCorporateExemptionEnabled and refactor Worldpay order tempalte e9b7511
  • Rebase master branch cfb8801
  • Remove unused boolean value As discussed in the PR linked below. https://github.com/alphagov/pay-connector/pull/5582 ddee5f9
  • PP-13051 fix logic flow around DDC result The DDC result only comes into play when we think the request might result... 00d2774
  • Merge pull request #5582 from alphagov/PP-13051_corporate_exemption_with_worldpay_authorisation_request PP-13051 cor... 21090c5

View on GitHub

SandorArpa closed a pull request on alphagov/pay-connector
PP-13051 corporate exemption with Worldpay authorisation request
## WHAT YOU DID Ensure that if corporate exemptions are enabled and a corporate card is used, then the charges tabel of the connector database is updatd to the value of optimised and the authorisa...
alexbishop1 created a review on a pull request on alphagov/pay-connector

View on GitHub

SandorArpa pushed 1 commit to PP-13051_corporate_exemption_with_worldpay_authorisation_request alphagov/pay-connector
  • PP-13051 fix logic flow around DDC result The DDC result only comes into play when we think the request might result... 00d2774

View on GitHub

SandorArpa created a review comment on a pull request on alphagov/pay-connector
Not really, we cannot stub WorldpayOrderBuilder where the use is determined.

View on GitHub

SandorArpa created a review on a pull request on alphagov/pay-connector

View on GitHub

alexbishop1 created a review comment on a pull request on alphagov/pay-connector
Both this constant and the filename should have ‘corporate’ in there somewhere.

View on GitHub

alexbishop1 created a review comment on a pull request on alphagov/pay-connector
Although `should_not_send_corporate_exemption` is true, it’s more objectively `should_send_optimised_exemption`.

View on GitHub

alexbishop1 created a review comment on a pull request on alphagov/pay-connector
Is there anything we can do here to check it’s not sending the Exemption Engine exemption?

View on GitHub

alexbishop1 created a review on a pull request on alphagov/pay-connector
Looking good. Just a couple of final things.

View on GitHub

alexbishop1 created a review on a pull request on alphagov/pay-connector
Looking good. Just a couple of final things.

View on GitHub

github-actions[bot] created a tag on alphagov/pay-connector

alpha_release-3906 - The Payments Connector in Java (Dropwizard)

SandorArpa deleted a branch alphagov/pay-connector

PP-11559-fix_event

SandorArpa pushed 2 commits to master alphagov/pay-connector
  • PP-11559 fix how RefundFailureFundsSentToConnectAccount is instantiated `RefundFailureFundsSentToConnectAccount` sho... f7015aa
  • Merge pull request #5610 from alphagov/PP-11559-fix_event PP-11559 fix how RefundFailureFundsSentToConnectAccount is... c134c75

View on GitHub

SandorArpa closed a pull request on alphagov/pay-connector
PP-11559 fix how RefundFailureFundsSentToConnectAccount is instantiated
## WHAT YOU DID `RefundFailureFundsSentToConnectAccount` should have the new id. - refactor TODO to use `correctionPaymentId` - clean up `RefundReversalResourceIT`
kbottla created a review on a pull request on alphagov/pay-connector

View on GitHub

SandorArpa created a review comment on a pull request on alphagov/pay-connector
🤦

View on GitHub

SandorArpa created a review on a pull request on alphagov/pay-connector

View on GitHub

SandorArpa pushed 1 commit to PP-11559-fix_event alphagov/pay-connector
  • PP-11559 fix how RefundFailureFundsSentToConnectAccount is instantiated `RefundFailureFundsSentToConnectAccount` sho... f7015aa

View on GitHub

kbottla created a review comment on a pull request on alphagov/pay-connector
This should be a Stripe transfer ID https://github.com/alphagov/pay-scripts/blob/master/ad-hoc-scripts/stripe/handle_failed_refund.js#L63

View on GitHub

kbottla created a review on a pull request on alphagov/pay-connector

View on GitHub

SandorArpa pushed 18 commits to PP-13051_corporate_exemption_with_worldpay_authorisation_request alphagov/pay-connector
  • Bump io.dropwizard:dropwizard-dependencies from 3.0.9 to 3.0.10 Bumps io.dropwizard:dropwizard-dependencies from 3.0... f80c213
  • Bump pay-java-commons.version Bumps `pay-java-commons.version` from 1.0.20241014101422 to 1.0.20241021093118. Updat... b0cb20e
  • Bump io.dropwizard.modules:dropwizard-testing-junit4 Bumps [io.dropwizard.modules:dropwizard-testing-junit4](https:/... abab9fd
  • Bump org.jooq:jooq from 3.19.13 to 3.19.14 Bumps org.jooq:jooq from 3.19.13 to 3.19.14. --- updated-dependencies: -... faf8ca7
  • Merge pull request #5599 from alphagov/dependabot/maven/io.dropwizard-dropwizard-dependencies-3.0.10 Bump io.dropwiz... c064814
  • Merge pull request #5601 from alphagov/dependabot/maven/pay-java-commons.version-1.0.20241021093118 Bump pay-java-co... e95f82d
  • BAU: Remove incorrect dependabot config 731219e
  • Merge pull request #5602 from alphagov/dependabot/maven/io.dropwizard.modules-dropwizard-testing-junit4-3.0.10 Bump ... 0738f52
  • Merge pull request #5603 from alphagov/dependabot/maven/org.jooq-jooq-3.19.14 Bump org.jooq:jooq from 3.19.13 to 3.1... e084d41
  • Merge pull request #5604 from alphagov/bau/remove-incorrect-dependabot-config BAU: Remove incorrect dependabot config 6364f02
  • PP-12244: Use shared workflow for CodeQL scanning dfdfe5c
  • Merge pull request #5608 from alphagov/PP-12244-codeql-shared-workflow PP-12244: Use shared workflow for CodeQL scan... 3fe7a40
  • Send corporate exemption with Worldpay authorisation request for corporate cards if enabled bb275c7
  • PP-13051 Send corporate exemption with Worldpay authorisation request for corporate cards if enabled f8d2eba
  • Add tests for isCorporateExemptionEnabled and refactor Worldpay order tempalte e9b7511
  • Rebase master branch cfb8801
  • Remove unused boolean value As discussed in the PR linked below. https://github.com/alphagov/pay-connector/pull/5582 ddee5f9
  • PP-13051 fix logic flow around DDC result The DDC result only comes into play when we think the request might result... 160e439

View on GitHub

Load more