Skip to content

Commit

Permalink
Merge pull request #16 from MadBrains/fix_pan
Browse files Browse the repository at this point in the history
[3.0.3] Fix pan
  • Loading branch information
mit-73 authored Jul 14, 2021
2 parents d0d60bd + fe0f007 commit b1ddc80
Show file tree
Hide file tree
Showing 52 changed files with 456 additions and 499 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: pull_request

on:
pull_request:
push:
branches:
- main

Expand Down
2 changes: 0 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
analyzer:
exclude:
- "**/*.g.dart"
strong-mode:
implicit-casts: false
implicit-dynamic: false
Expand Down
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ide:

scripts:
format: >
melos exec -c 6 -- \
melos exec -c 6 --ignore="*example*" -- \
dartfmt -w .
# Run `dart analyze` in all packages.
Expand Down
5 changes: 5 additions & 0 deletions packages/tinkoff_acquiring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.0.3

* Fix Json Key pan in `CardInfo`
* Update dependencies

# 3.0.2

* Add `getQr` endpoint for SBP
Expand Down
5 changes: 5 additions & 0 deletions packages/tinkoff_acquiring/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include: ../../analysis_options.yaml

analyzer:
exclude:
- "**/*.g.dart"
2 changes: 1 addition & 1 deletion packages/tinkoff_acquiring/lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ abstract class JsonKeys {
static const String operatorName = 'OperatorName';
static const String operatorAddress = 'OperatorAddress';
static const String operatorInn = 'OperatorInn';
static const String pan = 'PAN';
static const String pan = 'Pan';
static const String expDate = 'ExpDate';
static const String cardHolder = 'CardHolder';
static const String cvv = 'CVV';
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1ddc80

Please sign in to comment.