Skip to content

Commit

Permalink
fixing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Niraj Jayant committed Jun 11, 2020
1 parent c00bb5c commit 52bc781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ type TransactionOptions struct {
HoldInEscrow bool `xml:"hold-in-escrow,omitempty"`
TransactionOptionsPaypalRequest *TransactionOptionsPaypalRequest `xml:"paypal,omitempty"`
SkipAdvancedFraudChecking bool `xml:"skip_advanced_fraud_checking,omitempty"`
SkipAVS bool `xml:skip_avs,omitempty`
SkipCVV bool `xml:skip_cvv,omitempty`
SkipAVS bool `xml:"skip_avs,omitempty"`
SkipCVV bool `xml:"skip_cvv,omitempty"`
ThreeDSecure *TransactionOptionsThreeDSecureRequest `xml:"three-d-secure,omitempty"`
}

Expand Down

0 comments on commit 52bc781

Please sign in to comment.