Skip to content

Commit

Permalink
Merge pull request #2 from romatallinn/v0.0.3
Browse files Browse the repository at this point in the history
V0.0.3
  • Loading branch information
MrLightful authored Jan 22, 2024
2 parents 1a4cdfd + b0705bd commit ef1b1cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3

Quickfix for incorrect API URL for Braspag's Silent Order Post in production.

## 0.0.2

The release mostly meant to improve Pub scoring of the package.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/apps/sop/cielo_sop_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class CieloSOPApi {
if (options.provider == CieloProvider.braspag) {
switch (options.environment) {
case CieloEnvironment.production:
return "https://transaction.com.br";
return "https://www.pagador.com.br";
case CieloEnvironment.sandbox:
default:
return "https://transactionsandbox.pagador.com.br";
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: cielo_flutter
description: An unofficial Flutter SDK for Brazilian Cielo/Braspag payment gateways.
version: 0.0.2
version: 0.0.3
repository: https://github.com/romatallinn/cieloSdk-flutter

environment:
Expand Down

0 comments on commit ef1b1cf

Please sign in to comment.