Skip to content

Commit

Permalink
Merge branch 'dev' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick committed Apr 23, 2024
2 parents a6f1cac + b1c6698 commit 68ada15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CampaignPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class CampaignPage extends Component {
amount: this.state.totalAmount,
tip: this.state.tipAmount,
donation: this.state.donationAmount,
currency: "USD",
currency: "EUR",
campaignId: this.state.campaignId,
campaignName: i18nString(this.state.campaign.title, i18n.language)
};
Expand Down

0 comments on commit 68ada15

Please sign in to comment.