Skip to content

Commit

Permalink
# Fixing typo in C# README file
Browse files Browse the repository at this point in the history
  • Loading branch information
maurok committed May 17, 2017
1 parent 5d3958b commit ac0bdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSharp/sample-payments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static Task<Attachment> BuildBuyCardAsync(string cartId, CatalogItem ite
}
````

In addition, if you take a look at the payload you can see it is actually a [`PaymentRequest`](PaymentsBot/Dialogs/RootDialog.cs#L61) created and set to the `CardAction` Value` by the [`BuildPaymentRequest`](PaymentsBot/Dialogs/RootDialog.cs#L147) method. All the values set there are used to set up the payment options within Microsoft Wallet services.
In addition, if you take a look at the payload you can see it is actually a [`PaymentRequest`](PaymentsBot/Dialogs/RootDialog.cs#L61) created and set to the `CardAction` `Value` by the [`BuildPaymentRequest`](PaymentsBot/Dialogs/RootDialog.cs#L147) method. All the values set there are used to set up the payment options within Microsoft Wallet services.

````C#
private static PaymentRequest BuildPaymentRequest(string cartId, CatalogItem item, MicrosoftPayMethodData methodData)
Expand Down

0 comments on commit ac0bdf3

Please sign in to comment.