mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 19:42:11 +10:00
Merge pull request #822 from sharetribe/fix-tx-alias
Fix default transaction process alias
This commit is contained in:
commit
890351285f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ const sortSearchByDistance = false;
|
|||
//
|
||||
// In a way, 'processAlias' defines which transaction process (or processes)
|
||||
// this particular web application is able to handle.
|
||||
const bookingProcessAlias = 'preauth-nightly-booking/release-1';
|
||||
const bookingProcessAlias = 'preauth-with-nightly-booking/release-1';
|
||||
|
||||
// The transaction line item code for the main unit type in bookings.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue