Skip to content

Commit

Permalink
simple modif
Browse files Browse the repository at this point in the history
  • Loading branch information
gee-m committed Jul 13, 2016
1 parent 61d1fc3 commit faaecea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions transaction.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package braintree

import (
"github.com/lionelbarrow/braintree-go/nullable"
"time"

"github.com/lionelbarrow/braintree-go/nullable"
)

type Transaction struct {
Expand Down Expand Up @@ -96,7 +97,7 @@ type Transactions struct {

type TransactionOptions struct {
SubmitForSettlement bool `xml:"submit-for-settlement,omitempty"`
StoreInVault bool `xml:"store-in-vault,omitempty"`
StoreInVaultOnSuccess bool `xml:"store-in-vault-on-success,omitempty"`
AddBillingAddressToPaymentMethod bool `xml:"add-billing-address-to-payment-method,omitempty"`
StoreShippingAddressInVault bool `xml:"store-shipping-address-in-vault,omitempty"`
}
Expand Down

0 comments on commit faaecea

Please sign in to comment.