Skip to content

Commit

Permalink
Merge pull request #70 from buckaroo-it/BA-535-Update-Module-Version
Browse files Browse the repository at this point in the history
BA-535-Update-Module-Version
  • Loading branch information
vildanbina authored Sep 24, 2024
2 parents 522bd30 + 4c77f84 commit c56ba8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Request/Headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class Headers {
): this {
this._headers.Software = JSON.stringify({
PlatformName: value.platformName || 'Node SDK',
PlatformVersion: value.platformVersion || '1.0',
PlatformVersion: value.platformVersion || '1.3.4',
ModuleSupplier: value.moduleSupplier || 'Buckaroo',
ModuleName: value.moduleName || 'BuckarooPayments',
ModuleVersion: value.moduleVersion || '1.0',
Expand Down Expand Up @@ -62,7 +62,7 @@ export default class Headers {
Channel: 'Web',
Software: JSON.stringify({
PlatformName: 'Node SDK',
PlatformVersion: '1.0',
PlatformVersion: '1.3.4',
ModuleSupplier: 'Buckaroo',
ModuleName: 'BuckarooPayments',
ModuleVersion: '1.0',
Expand Down

0 comments on commit c56ba8e

Please sign in to comment.