Skip to content

Commit

Permalink
shortCode example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Mar 18, 2024
1 parent a4595be commit 71a264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ input CardPaymentInput {
transactionId: String @doc(description: "Tpay transaction ta_xxxx ID - can be null for OriginApi card sales")
cardData: String! @doc(description: "Encrypted card data, example of encryption algorithm can be found in tpaycom/magento2basic")
storeCard: Boolean! @doc(description: "Users decision if card token can be stored in your app")
shortCode: String @doc(description: "Last card charcacter, for example ****0000")
shortCode: String @doc(description: "Last card charcacter, for example 0000")
cardVendor: String @doc(description: "Card vendor")
}

Expand Down

0 comments on commit 71a264f

Please sign in to comment.