Skip to content

Commit

Permalink
Merge pull request #18 from amoskeyz/dev
Browse files Browse the repository at this point in the history
fix blank screen on report_link.
  • Loading branch information
seerbit-developers authored May 9, 2023
2 parents 0d70c23 + e80dde8 commit 8c140c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
* Add tokenize to payload.

## [0.0.4+5] -20-04-2023
* Add subcription planId to payload.
* Add subcription planId to payload.

## [0.0.4+6] -09-05-2023
* fix blank screen on report_link
2 changes: 1 addition & 1 deletion lib/new/req.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ String initRequest(
"report_link":"${state.reportLink}",
public_key: "${model.publicKey}",
tokenize: ${model.tokenize},
planId: ${model.planId},
planId: "${model.planId}",
customization: {
theme: {
border_color: "${model.customization.borderColor}",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: seerbit_flutter
description: Seerbit Flutter SDK can be used to integrate the SeerBit payment gateway into your flutter application..
version: 0.0.4+5
version: 0.0.4+6
homepage: https://github.com/seerbit/seerbit-flutter.git

environment:
Expand Down

0 comments on commit 8c140c7

Please sign in to comment.