Merge pull request #822 from sharetribe/fix-tx-alias

Fix default transaction process alias
This commit is contained in:
Boyan Tabakov 2018-05-08 10:58:15 +03:00 committed by GitHub
commit 890351285f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
//