Skip to content

Commit

Permalink
Change parameters casing
Browse files Browse the repository at this point in the history
  • Loading branch information
IliyanIlievPH committed Jun 19, 2020
1 parent adcf3c1 commit 43175b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ public Task PublishVoucherSuccessfullyRedeemed(string customerId, string partner
CustomPayload = new Dictionary<string, string>
{
{"route", "voucher-usage-success"},
{"PartnerName", partnerName},
{"VoucherShortCode", voucherShortCode}
{"partner-name", partnerName},
{"voucher-short-code", voucherShortCode}
}
});
}
Expand Down

0 comments on commit 43175b2

Please sign in to comment.