Skip to content

Commit

Permalink
Merge pull request #4 from clauseHQ/mr-fix-stripe-physical
Browse files Browse the repository at this point in the history
Add missing imports to stripe and revolut
  • Loading branch information
mttrbrts authored Jun 19, 2018
2 parents 8332ed9 + a029bbd commit a17029f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions physical/payments/revolut.cto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace io.clause.outbound.physical.payments.revolut

import org.accordproject.money.MonetaryAmount from https://models.accordproject.org/money.cto
import io.clause.outbound.physical.* from github://clausehq/clause-model-library/master/physical/physical.cto

// From https://revolutdev.github.io/business-api/#create-payment
transaction RevolutCreatePayment extends PhysicalAction {
Expand Down
1 change: 1 addition & 0 deletions physical/payments/stripe.cto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
namespace io.clause.outbound.physical.payments.stripe

import org.accordproject.money.MonetaryAmount from https://models.accordproject.org/money.cto
import io.clause.outbound.physical.* from github://clausehq/clause-model-library/master/physical/physical.cto

// From https://stripe.com/docs/api#create_charge
transaction StripeCreateCharge extends PhysicalAction {
Expand Down

0 comments on commit a17029f

Please sign in to comment.